<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#header_mobile {
	display:none;
}

#header {
	width:100%;
	min-width:1260px;
	background-color:transparent;
	overflow:hidden;
}

#header #head {
	margin:auto;
	max-width:1260px;
	min-width:1260px;
	height:100px;
	overflow:hidden;
}

#head_left {
	float:left;
	padding-top:10px;
	width:360px;
	height:100px;
	overflow:hidden;
}

#head_right {
	float:right;
	padding-left:100px;
	width:200px;
	height:100px;
	font-size:30px;
	text-align:left;
	background-image:url(../images/phone.png);
	background-position:left center;
	background-repeat:no-repeat;
	overflow:hidden;
}

#hot_line {
	margin-top:22px;
	font-size:27px;
	line-height:30px;
}

#hot_mobile {
	font-size:14px;
	line-height:30px;
}</pre></body></html>